home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMORGANIZEPROJ / TFRMORGANIZEPROJ.txt
Text File  |  2008-08-19  |  3KB  |  124 lines

  1. object FrmOrganizeProj: TFrmOrganizeProj
  2.   Left = 333
  3.   Top = 278
  4.   BorderStyle = bsDialog
  5.   Caption = 'Organize Project'
  6.   ClientHeight = 316
  7.   ClientWidth = 457
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BtnOk: TButton
  21.     Left = 355
  22.     Top = 255
  23.     Width = 94
  24.     Height = 23
  25.     Caption = '&OK'
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object BtnCancel: TButton
  30.     Left = 355
  31.     Top = 284
  32.     Width = 94
  33.     Height = 23
  34.     Caption = '&Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object Button3: TButton
  39.     Left = 355
  40.     Top = 9
  41.     Width = 94
  42.     Height = 23
  43.     Hint = 'Add an individual or a set of files'
  44.     Caption = '&Add Files...'
  45.     TabOrder = 3
  46.     OnClick = Button3Click
  47.   end
  48.   object Button4: TButton
  49.     Left = 355
  50.     Top = 68
  51.     Width = 94
  52.     Height = 23
  53.     Hint = 'Import all files from a folder'
  54.     Caption = 'I&mport folder...'
  55.     TabOrder = 5
  56.     OnClick = Button4Click
  57.   end
  58.   object Tree: TTreeView
  59.     Left = 6
  60.     Top = 8
  61.     Width = 340
  62.     Height = 299
  63.     DragMode = dmAutomatic
  64.     HideSelection = False
  65.     Indent = 19
  66.     MultiSelect = True
  67.     MultiSelectStyle = [msControlSelect, msShiftSelect]
  68.     TabOrder = 0
  69.     OnDragDrop = TreeDragDrop
  70.     OnDragOver = TreeDragOver
  71.     OnEditing = TreeEditing
  72.   end
  73.   object Button5: TButton
  74.     Left = 355
  75.     Top = 97
  76.     Width = 94
  77.     Height = 24
  78.     Hint = 'Remove selected item'
  79.     Caption = '&Remove'
  80.     TabOrder = 6
  81.     OnClick = Button5Click
  82.   end
  83.   object Button1: TButton
  84.     Left = 355
  85.     Top = 39
  86.     Width = 94
  87.     Height = 23
  88.     Hint = 'Add a virtual folder to the project'
  89.     Caption = 'Add f&older...'
  90.     TabOrder = 4
  91.     OnClick = Button1Click
  92.   end
  93.   object Button2: TButton
  94.     Left = 355
  95.     Top = 127
  96.     Width = 94
  97.     Height = 24
  98.     Hint = 'Remove invalid files (no longer on disk)'
  99.     Caption = 'Remove &invalid'
  100.     TabOrder = 7
  101.     OnClick = Button2Click
  102.   end
  103.   object Button6: TButton
  104.     Left = 355
  105.     Top = 156
  106.     Width = 94
  107.     Height = 24
  108.     Hint = 'Remove selected item'
  109.     Caption = '&Sort selected'
  110.     TabOrder = 8
  111.     OnClick = Button6Click
  112.   end
  113.   object OpenDialog1: TCSOpenDialog
  114.     Filter = 'All Files|*.*'
  115.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  116.     Title = 'Add Files'
  117.     RegKey = '\Software\Carthago\Twistpad'
  118.     RegRootKey = hkCurrentUser
  119.     RegSection = 'FolderHistory'
  120.     Left = 23
  121.     Top = 270
  122.   end
  123. end
  124.